home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / workbench / fullbench-3.00 / fullbench.doc < prev    next >
Text File  |  2000-02-28  |  3KB  |  127 lines

  1.  
  2.  
  3.  
  4.  FullBench(1)                   ROM 2.04 only                   FullBench(1)
  5.                                30 January 2000
  6.  
  7.  
  8.  
  9.  NAME
  10.       FullBench - Removes the menu line on the Workbench
  11.  
  12.  SYNOPSIS
  13.       FullBench
  14.  
  15.  DESCRIPTION
  16.       When using a Workbench backdrop picture, the WBPicture prefs picture
  17.       looks kinda weird when the title bar is showing at the top. Also, when
  18.       using a big screen font the title bar wastes a lot of Workbench space.
  19.  
  20.       This program will find the Workbench Window and resize it so that it
  21.       fills the entire screen. It removes the Workbench title bar by setting
  22.       the Workbench Screen ShowTitles=FALSE.  It then creates a small window
  23.       containing a screen depth gadget.
  24.  
  25.       Place Fullbench in your WBStartup drawer.
  26.  
  27.       Fullbench only makes sense to use when you have a backdrop Workbench
  28.       and requires at least Kickstart V36 and screennotify.library V1.0. It
  29.       has been tested with WB3.5. There should be no problems that I can see
  30.       with it in the future
  31.  
  32.       The code is provided to do with as you wish and I welcome any
  33.       comments.  This software is FREEWARE.
  34.  
  35.  FILES
  36.       LIBS:screennotify.library
  37.  
  38.  HISTORY
  39.     Original version by
  40.       Chris Conger   (505)842-7724  CS(76326,3000)
  41.       Science Applications Intn'l Corp.
  42.       2109 Air Park RD. SE
  43.       Albuquerque,NM 87106
  44.  
  45.     Version 1.11 through 1.20 by
  46.       Kjell Irgens (kjelli@stud.cs.uit.no)
  47.       Ultima Thule software
  48.  
  49.       1.11: An enforcer hit was removed, and toggle mode inserted.  Also, I
  50.             removed the arq requester. Hope you don't mind, Chris. (didn't
  51.             have the "arq.h" file handy..)
  52.  
  53.       1.12: Bug removed: In some situations, Fullbench didn't work after
  54.             changing the WBpattern (WB 3.0.)  Thanx for telling me, Magne
  55.             Østlyngen! :)
  56.  
  57.       1.20: Added a nice screen depth gadget in the upper right corner of
  58.             the workbench.  You can also change screen mode now, without
  59.             Fullbench quitting.  Thanx for some useful help, Magne
  60.  
  61.  
  62.  
  63.                                     - 1 -                        Release 3.0
  64.  
  65.  
  66.  
  67.  FullBench(1)                   ROM 2.04 only                   FullBench(1)
  68.                                2 February 1996
  69.  
  70.  
  71.  
  72.             Østlyngen! :)
  73.  
  74.     Version 2.0 by
  75.       Nils Peter Sudmann (nilss@stud.cs.uit.no)
  76.  
  77.       2.0:  Removed Kjell's nice hand drawn screen depth gadget :) and
  78.             replaced it with the a SYSICLASS SDEPTH image. Also replaced the
  79.             file notification with public screen notification using
  80.             screennotify.library.
  81.  
  82.     Version 3.0 by
  83.       Gunther Nikl (gnikl@informatik.uni-rostock.de)
  84.  
  85.       3.0:  revised and general cleanups
  86.             (now uses a public port for interfacing)
  87.  
  88.  
  89.  AUTHORS
  90.       Gunther Nikl (gnikl@informatik.uni-rostock.de)
  91.       Nils Peter Sudmann (nilss@stud.cs.uit.no)
  92.       Kjell Irgens (kjelli@stud.cs.uit.no)
  93.       Chris Conger
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                     - 2 -                        Release 3.0
  127.